github.com/gotd/td/session.StorageMemory.mux (field)

9 uses

	github.com/gotd/td/session (current package)
		storage_mem.go#L15: 	mux  sync.RWMutex
		storage_mem.go#L25: 	s.mux.RLock()
		storage_mem.go#L26: 	defer s.mux.RUnlock()
		storage_mem.go#L55: 	s.mux.RLock()
		storage_mem.go#L56: 	defer s.mux.RUnlock()
		storage_mem.go#L78: 	s.mux.RLock()
		storage_mem.go#L79: 	defer s.mux.RUnlock()
		storage_mem.go#L95: 	s.mux.Lock()
		storage_mem.go#L97: 	s.mux.Unlock()